WordPress makes it possible to define options using define
statements inside a configuration file named wp-config.php
.
However, if the statements are located after the settings are loaded at the end of this file, they are not taken into account by WordPress. This rule
raises an issue when a define
statement appears after wp-settings.php
is loaded.
What is the potential impact?
This issue could entail more serious problems. A configuration that is security related could be ignored and not considered without any
warning.